home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 2.0 / Internet Publisher's Toolbox.iso / internet / ntserver / wtsource / stoplist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-25  |  498 b   |  23 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  */
  5.  
  6. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  7.  
  8.  
  9. #ifndef STOPLIST_H
  10. #define STOPLIST_H
  11.  
  12. #include "cdialect.h"
  13. #include "cutil.h"
  14.  
  15. void stop_list_file _AP((char *filename));
  16.  
  17. void init_stop_list _AP((void));
  18. void add_stop_word _AP((char *));
  19. void add_stop_file _AP((char *));
  20. char *next_stop_word _AP((void));
  21.  
  22. #endif /* ndef STOPLIST_H */
  23.